home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _D114480489B340D783E2FE51F25CA613 < prev    next >
Encoding:
Text File  |  2004-03-17  |  1.6 KB  |  87 lines

  1.  
  2. Shader()
  3. {// >=gffx
  4.     SurfaceID(SRFTYPE)
  5.     NoLightmaps()
  6.     Shaderquality(3)
  7.     Pass()
  8.     {
  9.         Lighting()
  10.         Pixelshader("COST.psh")
  11.         VertexShader("COSTInst20.vsh")
  12.  
  13.         !include("__Tex1.mtt")
  14.         !include("__CloudsVS2.mtt")
  15.         !include("__TerrainColormapSmallVS2.mtt")
  16.         !include("__WaterDeepVS2.mtt")
  17.  
  18.         !include("__FadeGen.mtt")
  19.         !include("__LightningColors.mtt")
  20.     }
  21.     Cull("cw")
  22. }
  23.  
  24. Shader()
  25. {// >=gf3
  26.     SurfaceID(SRFTYPE)
  27.     NoLightmaps()
  28.     Shaderquality(3)
  29.     Pass()
  30.     {
  31.         Lighting()
  32.         Pixelshader("COST.psh")
  33.         VertexShader("COSTInst.vsh")
  34.  
  35.         !include("__Tex1.mtt")
  36.         !include("__CloudsVS2.mtt")
  37.         !include("__TerrainColormapSmallVS2.mtt")
  38.         !include("__WaterDeepVS2.mtt")
  39.  
  40.         !include("__FadeGen.mtt")
  41.         !include("__LightningColors.mtt")
  42.     }
  43.     Cull("cw")
  44. }
  45.  
  46. Shader()
  47. {// >=gffx
  48.     SurfaceID(SRFTYPE)
  49.     NoLightmaps()
  50.     Shaderquality(1)
  51.     Pass()
  52.     {
  53.         Lighting()
  54.         Pixelshader("OST.psh")
  55.         VertexShader("OSTInst20.vsh")
  56.  
  57.         !include("__Tex1.mtt")
  58.         !include("__TerrainColormapSmallVS2.mtt")
  59.  
  60.         !include("__FadeGen.mtt")
  61.         !include("__LightningColors.mtt")
  62.     }
  63.     Cull("cw")
  64. }
  65.  
  66.  
  67. Shader()
  68. {// >=gf3
  69.     SurfaceID(SRFTYPE)
  70.     NoLightmaps()
  71.     Shaderquality(1)
  72.     Pass()
  73.     {
  74.         Lighting()
  75.         Pixelshader("OST.psh")
  76.         VertexShader("OSTInst.vsh")
  77.  
  78.         !include("__Tex1.mtt")
  79.         !include("__TerrainColormapSmallVS2.mtt")
  80.  
  81.         !include("__FadeGen.mtt")
  82.         !include("__LightningColors.mtt")
  83.  
  84.     }
  85.     Cull("cw")
  86. }
  87.